home *** CD-ROM | disk | FTP | other *** search
/ mail.altrad.com / 2015.02.mail.altrad.com.tar / mail.altrad.com / TEST / office deutch / INFOPATH.NL-NL / INFLR.CAB / FL_integer_xml_120476_ENU____.3643236F_FC70_11D3_A536_0090278A1BB8 < prev    next >
Extensible Markup Language  |  2005-08-12  |  1KB  |  36 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <CodeSnippet Format="1.0.0" xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
  3.   <Header>
  4.     <Title>
  5.       <!-- _locID_text="title" _locComment="" -->integer restriction</Title>
  6.     <Author>Microsoft Corporation</Author>
  7.     <Shortcut>stint</Shortcut>
  8.     <Description>
  9.       <!-- _locID_text="description" _locComment="" -->XML snippet for XSD simpleType integer</Description>
  10.     <SnippetTypes>
  11.       <SnippetType>SurroundsWith</SnippetType>
  12.       <SnippetType>Expansion</SnippetType>
  13.     </SnippetTypes>
  14.   </Header>
  15.   <Snippet>
  16.     <Declarations>
  17.       <Literal>
  18.         <ID>name</ID>
  19.         <ToolTip>
  20.           <!-- _locID_text="tooltip" _locComment="" -->Name of the element.</ToolTip>
  21.         <Default>name</Default>
  22.       </Literal>
  23.       <Literal>
  24.         <ID>type</ID>
  25.         <Default>integer</Default>
  26.       </Literal>
  27.       <Literal Editable="false">
  28.         <ID>prefix</ID>
  29.         <Function>LookupPrefix("http://www.w3.org/2001/XMLSchema")</Function>
  30.       </Literal>
  31.     </Declarations>
  32.     <Code Language="XML"><![CDATA[<xsd:simpleType name="$name$" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  33.     <xsd:restriction base="$prefix$$type$">$selected$$end$</xsd:restriction>
  34.     </xsd:simpleType>]]></Code>
  35.   </Snippet>
  36. </CodeSnippet>